ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src/gtk Makefile.am,1.2,1.3


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src/gtk Makefile.am,1.2,1.3
Date: Tue, 28 Jan 2003 05:42:53 -0500

Update of /cvsroot/ayttm/ayttm/src/gtk
In directory subversions:/tmp/cvs-serv22364

Modified Files:
        Makefile.am 
Log Message:
moved headers to noinst_HEADERS

Index: Makefile.am
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/gtk/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 28 Jan 2003 08:08:55 -0000      1.2
+++ Makefile.am 28 Jan 2003 10:42:51 -0000      1.3
@@ -1,12 +1,8 @@
 noinst_LTLIBRARIES = libayttmgtk.la
 
-libayttmgtk_la_SOURCES = \
-       about.c about.h \
-       extgtktext.c extgtktext.h \
-       gtk_eb_html.c gtk_eb_html.h \
-       gtkspell.c gtkspell.h \
-       gtkutils.c gtkutils.h
+libayttmgtk_la_SOURCES = about.c extgtktext.c gtk_eb_html.c gtkspell.c \
+       gtkutils.c
 
-INCLUDES = \
-       -I.. \
-       $(GTK_CFLAGS)
+noinst_HEADERS = about.h extgtktext.h gtk_eb_html.h gtkspell.h gtkutils.h
+
+INCLUDES = -I.. $(GTK_CFLAGS)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]