Implemented crossplatform+$HOME configuration file management.
authorshort <>
Sun, 26 Jun 2005 01:55:16 +0000 (01:55 +0000)
committershort <>
Sun, 26 Jun 2005 01:55:16 +0000 (01:55 +0000)
Implemented crossplatform automatic startup management.

src/Makefile.am

index 7c3549f..9628abc 100644 (file)
@@ -63,16 +63,24 @@ endif
 udpgate_SOURCES= \
                configuration.c \
                configuration.h \
+               configuration-pathname.c \
+               configuration-pathname.h \
                main.c \
                main.h \
                network.c \
                network.h \
                packet.c \
                packet.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) \