[PATCH] pptp plugin / add missing files to Makefile.am



right now make distcheck does not work for the pptp plugin,
looks like its just missing some files in Makefile.am

attched patch adds these missing files.
Index: vpn-daemons/pptp/src/Makefile.am
===================================================================
RCS file: /cvs/gnome/NetworkManager/vpn-daemons/pptp/src/Makefile.am,v
retrieving revision 1.1
diff -u -r1.1 Makefile.am
--- vpn-daemons/pptp/src/Makefile.am	21 Dec 2005 21:50:07 -0000	1.1
+++ vpn-daemons/pptp/src/Makefile.am	22 Apr 2006 12:58:44 -0000
@@ -21,7 +21,11 @@
 				nm-pptp-service.c	\
 				nm-pptp-service.h	\
 				nm-utils.c		\
-				nm-utils.h
+				nm-utils.h		\
+				pppd/fsm.h		\
+				pppd/ipcp.h		\
+				pppd/patchlevel.h 	\
+				pppd/pppd.h
 
 
 nm_pptp_service_LDADD = 						\


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]