X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fpokey%2FMakefile.am;h=48e9f498410bcf70b26a78ec27b23e3d947c84db;hp=20281743ccb5c0aec8b1d3afc7d9070730c87ef7;hb=a9bb66367df82d062175f2b9b4bf236d77ae3ff1;hpb=474aab6325bf94724874cb74a9b56d9da739e1b8 diff --git a/src/pokey/Makefile.am b/src/pokey/Makefile.am index 20281743..48e9f498 100644 --- a/src/pokey/Makefile.am +++ b/src/pokey/Makefile.am @@ -1,9 +1,9 @@ ## Produce this file with automake to get Makefile.in -# $Id: Makefile.am,v 1.3 2002/05/02 11:50:07 zarq Exp $ +# $Id: Makefile.am,v 1.4 2002/05/02 13:11:55 zarq Exp $ sbin_PROGRAMS = pokey -pokey_SOURCES = event.c graph.c \ +pokey_SOURCES = graph.c \ interface.c meta.c net.c net_packet.c net_setup.c net_socket.c netutl.c \ process.c protocol.c protocol_auth.c protocol_edge.c \ protocol_misc.c protocol_key.c protocol_subnet.c route.c \ @@ -11,7 +11,7 @@ pokey_SOURCES = event.c graph.c \ INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/intl -I$(top_srcdir)/src -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/libglade-1.0 -I/usr/include/gnome-1.0 -I/usr/include/gnome-xml -I/usr/include/libglade-1.0 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/X11R6/include -noinst_HEADERS = device.h event.h graph.h meta.h net.h netutl.h process.h \ +noinst_HEADERS = device.h graph.h meta.h net.h netutl.h process.h \ protocol.h route.h read_conf.h LIBS = @LIBS@ @INTLLIBS@