]> arthur.barton.de Git - netatalk.git/commitdiff
Added missing header files to noinst_HEADERS.
authorsrittau <srittau>
Sat, 23 Jun 2001 15:23:02 +0000 (15:23 +0000)
committersrittau <srittau>
Sat, 23 Jun 2001 15:23:02 +0000 (15:23 +0000)
etc/atalkd/Makefile.am
etc/papd/Makefile.am

index af76d6fc5d19b6e3ebd361df3c2e8759386dfc1f..2e0a18d3f447906c83a50acecae72821cf74c365 100644 (file)
@@ -7,6 +7,16 @@ sbin_PROGRAMS = atalkd
 atalkd_SOURCES = aep.c config.c main.c multicast.c nbp.c route.c rtmp.c zip.c 
 atalkd_LDADD = $(top_builddir)/libatalk/libatalk.la
 
-noinst_HEADERS = atserv.h gate.h interface.h list.h multicast.h nbp.h rtmp.h zip.h
+noinst_HEADERS =       \
+       atserv.h        \
+       gate.h          \
+       interface.h     \
+       list.h          \
+       main.h          \
+       multicast.h     \
+       nbp.h           \
+       route.h         \
+       rtmp.h          \
+       zip.h
 
 CFLAGS = @CFLAGS@ -D_PATH_ATALKDCONF=\"$(pkgconfdir)/atalkd.conf\"
index 10a0f645683879cd07eb5c42c2ae03dacada3028..a925907e131ebe0a5b14adec5f64719d7ccb754a 100644 (file)
@@ -13,7 +13,15 @@ papd_LDFLAGS = -rdynamic
 #showppd_SOURCES = showppd.c ppd.c
 #showppd_LDADD = $(top_builddir)/libatalk/libatalk.la
 
-noinst_HEADERS = comment.h file.h ppd.h printer.h uam_auth.h
+noinst_HEADERS =       \
+       comment.h       \
+       file.h          \
+       lp.h            \
+       ppd.h           \
+       printcap.h      \
+       printer.h       \
+       session.h       \
+       uam_auth.h
 
 CFLAGS = \
        -I$(top_srcdir)/include -I$(top_srcdir)/sys \