[Winpt-commits] r331 - in trunk: . Include Src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 25 19:07:03 CEST 2009


Author: twoaday
Date: 2009-09-25 19:07:03 +0200 (Fri, 25 Sep 2009)
New Revision: 331

Modified:
   trunk/Include/Makefile.am
   trunk/Src/Makefile.am
   trunk/configure.ac
Log:
Basically working, but there is a gettext problem
(AM_MKINSTALLDIRS).


Modified: trunk/Include/Makefile.am
===================================================================
--- trunk/Include/Makefile.am	2009-09-25 16:47:45 UTC (rev 330)
+++ trunk/Include/Makefile.am	2009-09-25 17:07:03 UTC (rev 331)
@@ -12,6 +12,7 @@
 ## Process this file with automake to produce Makefile.in
 
 EXTRA_DIST= \
+	wptJPG.h \
 	wptAgent.h \
 	wptCard.h \
 	wptCardEdit.h \

Modified: trunk/Src/Makefile.am
===================================================================
--- trunk/Src/Makefile.am	2009-09-25 16:47:45 UTC (rev 330)
+++ trunk/Src/Makefile.am	2009-09-25 17:07:03 UTC (rev 331)
@@ -12,7 +12,7 @@
 ## Process this file with automake to produce Makefile.in
 
 bin_PROGRAMS = WinPT
-EXTRA_DIST = versioninfo.rc.in 
+EXTRA_DIST = versioninfo.rc.in StringBuffer.h
 
 AM_CPPFLAGS = -I$(top_srcdir)/Include \
               -I$(top_srcdir)/Gnupg -I$(top_srcdir)/PTD  \

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-09-25 16:47:45 UTC (rev 330)
+++ trunk/configure.ac	2009-09-25 17:07:03 UTC (rev 331)
@@ -34,7 +34,7 @@
 AM_CONFIG_HEADER(config.h)
 AC_CANONICAL_TARGET()
 AM_INIT_AUTOMAKE
-#AM_MKINSTALLDIRS
+AM_MKINSTALLDIRS
 
 AC_GNU_SOURCE
 



More information about the Winpt-commits mailing list