Pathnames detection generalized, no longer 'configuration' specific.
[udpgate.git] / src / Makefile.am
index fdadb7d..7514226 100644 (file)
@@ -37,12 +37,13 @@ GNOME_SRCS= \
 endif
 
 if ENABLE_BUNDLE
-
 BUNDLE_SRCS= \
                bundle.c \
                bundle.h \
                bundle-util.c \
-               bundle-util.h
+               bundle-util.h \
+               no-gmodule.c
+endif
 
 EXTRA_DIST+= \
                bundle.pl
@@ -58,7 +59,6 @@ $(po_files):
        $(MAKE) -C $(top_builddir)/$(POSUB)
 
 endif
-endif
 
 udpgate_SOURCES= \
                configuration.c \
@@ -69,10 +69,18 @@ udpgate_SOURCES= \
                network.h \
                packet.c \
                packet.h \
+               pathname.c \
+               pathname.h \
+               startup-lsb.c \
+               startup-lsb.h \
                startup-chkconfig.c \
                startup-chkconfig.h \
+               startup-debian.c \
+               startup-debian.h \
                startup.c \
                startup.h \
+               static-startup.c \
+               static-startup.h \
                ui-line.c \
                ui-line.h \
                $(GNOME_SRCS) \
@@ -83,6 +91,7 @@ EXTRA_DIST+= \
 
 udpgate_CFLAGS= \
                -DSYSCONFDIR="$(sysconfdir)" \
+               -DLOCALSTATEDIR="$(localstatedir)" \
                -DCATALOGS="$(CATALOGS)"
 udpgate_LDADD=