summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 609ac55..a0f353f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -10,6 +10,11 @@ else
SUBDIRS+=mysql
endif
+ifeq (x@PGSQLINCLUDES@,x)
+else
+SUBDIRS+=pgsql
+endif
+
# Normally You should not need to change anything below
all: recurse ulogd
@@ -35,8 +40,8 @@ distclean: clean
install: all
@for d in $(SUBDIRS); do if ! make -C $$d $@; then exit 1; fi; done
- @INSTALL@ -m 755 ulogd $(DESTDIR)@sbindir@/ulogd
- @INSTALL@ -m 600 ulogd.conf $(DESTDIR)@sysconfdir@/ulogd.conf
+ @INSTALL@ -D -m 755 ulogd $(DESTDIR)@sbindir@/ulogd
+ @INSTALL@ -D -m 600 ulogd.conf $(DESTDIR)@sysconfdir@/ulogd.conf
doc:
$(MAKE) -C $@