Update of /cvsroot/plib/plib/src/pui
In directory usw-pr-cvs1:/tmp/cvs-serv26375/src/pui
Modified Files:
Makefile.am
Log Message:
Introduced plibconfig.h
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/src/pui/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.am 30 Aug 2002 18:48:18 -0000 1.16
+++ Makefile.am 31 Aug 2002 20:49:17 -0000 1.17
@@ -11,11 +11,11 @@
puObject.cxx puOneShot.cxx puPopup.cxx puPopupMenu.cxx \
puFilePicker.cxx puListBox.cxx puSlider.cxx puText.cxx \
puValue.cxx puFont.cxx puBiSlider.cxx puTriSlider.cxx \
- puDial.cxx puVerticalMenu.cxx puLargeInput.cxx \
+ puDial.cxx puVerticalMenu.cxx puLargeInput.cxx \
puFileSelector.cxx puComboBox.cxx puSelectBox.cxx puRange.cxx \
- puSpinBox.cxx puScrollBar.cxx
+ puSpinBox.cxx puScrollBar.cxx
-INCLUDES = -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src/sg -I$(top_srcdir)/src/fnt
INCLUDES += -I$(top_srcdir)/src/util
endif
|