Update of /cvsroot/plib/plib/src/pui
In directory usw-pr-cvs1:/tmp/cvs-serv15635/pui
Modified Files:
Makefile.am
Log Message:
Use AM_CONFIG_HEADER instead of AC_CONFIG_HEADERS
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/pui/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am 31 Aug 2002 20:49:17 -0000 1.17
+++ Makefile.am 31 Aug 2002 22:21:21 -0000 1.18
@@ -15,7 +15,7 @@
puFileSelector.cxx puComboBox.cxx puSelectBox.cxx puRange.cxx \
puSpinBox.cxx puScrollBar.cxx
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt
+INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt
INCLUDES += -I$(top_srcdir)/src/util
endif
|