summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2001-10-02 16:39:17 +0000
committerlaforge <laforge>2001-10-02 16:39:17 +0000
commita43bcc8b4e138435618394e19b222af6df84a51a (patch)
tree63f9c415dfbfbe4a4f6f22c935d5f83c3fb45237 /Makefile.in
parent69cf8cb0eded79a9b8fda0edf8175497c39bceb2 (diff)
Added Jakab Laszlo's support for PostgreSQL
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 $@