diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | include/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.am | 20 |
3 files changed, 5 insertions, 18 deletions
diff --git a/Makefile.am b/Makefile.am index ab743c7..6ec9cda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,4 +56,4 @@ $(BUILT_FILES): $(install_sh_DATA) StringDefs.c $(top_builddir)/src $(install_sh_DATA) $(top_builddir)/StringDefs.h $(top_builddir)/include/X11/ $(install_sh_DATA) $(top_builddir)/Shell.h $(top_builddir)/include/X11/ - + rm StringDefs.c StringDefs.h Shell.h diff --git a/include/Makefile.am b/include/Makefile.am index 6f7c849..d49cafc 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -13,6 +13,7 @@ xtinclude_HEADERS = \ X11/ObjectP.h \ X11/RectObj.h \ X11/RectObjP.h \ + X11/ResConfigP.h \ X11/ShellP.h \ X11/Vendor.h \ X11/VendorP.h \ diff --git a/src/Makefile.am b/src/Makefile.am index de43715..0a99092 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ CLEANFILES = $(BUILT_SOURCES) AM_CFLAGS = $(XT_CFLAGS) $(X11_CFLAGS) INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11 \ - -I$(top_builddir)/include + -I$(top_builddir)/include -I$(top_builddir)/include/X11 nodist_libXt_la_SOURCES = StringDefs.c @@ -15,21 +15,17 @@ libXt_la_SOURCES = \ Alloc.c \ ArgList.c \ Callback.c \ - CallbackI.h \ ClickTime.c \ Composite.c \ Constraint.c \ Convert.c \ - ConvertI.h \ Converters.c \ Core.c \ Create.c \ - CreateI.h \ Destroy.c \ Display.c \ Error.c \ Event.c \ - EventI.h \ EventUtil.c \ Functions.c \ GCManager.c \ @@ -38,33 +34,25 @@ libXt_la_SOURCES = \ GetResList.c \ GetValues.c \ HookObj.c \ - HookObjI.h \ Hooks.c \ - InitialI.h \ Initialize.c \ Intrinsic.c \ - IntrinsicI.h \ Keyboard.c \ Manage.c \ NextEvent.c \ Object.c \ - PassivGraI.h \ PassivGrab.c \ Pointer.c \ Popup.c \ PopupCB.c \ RectObj.c \ ResConfig.c \ - ResConfigP.h \ - ResourceI.h \ Resources.c \ Selection.c \ - SelectionI.h \ SetSens.c \ SetValues.c \ SetWMCW.c \ Shell.c \ - ShellI.h \ TMaction.c \ TMgrab.c \ TMkey.c \ @@ -72,16 +60,14 @@ libXt_la_SOURCES = \ TMprint.c \ TMstate.c \ Threads.c \ - ThreadsI.h \ - TranslateI.h \ VarCreate.c \ VarGet.c \ Varargs.c \ - VarargsI.h \ Vendor.c \ - Xtos.h \ sharedlib.c +DISTCLEANFILES = StringDefs.c + libXt_la_LIBADD = @XT_LIBS@ libXt_la_LDFLAGS = -version-number 6:0:0 -no-undefined |