diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-14 23:49:42 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:06:59 -0500 |
commit | 968668629b82679484a650f2a4e494bf91ec8cdc (patch) | |
tree | 5adfc1c1431b648c555a5780adb2644b8cff8bcc /gdk/Makefile.am | |
parent | 5eb4506b944879c37ea3521cb082a383ab26039a (diff) | |
download | gtk+-968668629b82679484a650f2a4e494bf91ec8cdc.tar.gz |
Go back to installing libgdk.so
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 3413076249..2545e29ff4 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -159,10 +159,6 @@ libgdk_3_0_la_SOURCES = $(common_sources) libgdk_3_0_la_LIBADD = x11/libgdk-x11.la $(GDK_DEP_LIBS) libgdk_3_0_la_LDFLAGS = $(LDADD) -libgdk_x11_3_0_la_SOURCES = $(common_sources) -libgdk_x11_3_0_la_LIBADD = x11/libgdk-x11.la $(GDK_DEP_LIBS) -libgdk_x11_3_0_la_LDFLAGS = $(LDADD) - libgdk_quartz_3_0_la_SOURCES = $(common_sources) gdkkeynames.c libgdk_quartz_3_0_la_LIBADD = quartz/libgdk-quartz.la $(GDK_DEP_LIBS) libgdk_quartz_3_0_la_LDFLAGS = $(LDADD) @@ -284,8 +280,7 @@ if OS_LINUX TESTS = abicheck.sh endif - -noinst_LTLIBRARIES = libgdk-3.0.la +lib_LTLIBRARIES = libgdk-3.0.la MAINTAINERCLEANFILES = $(gdk_built_sources) stamp-gdkenumtypes.h EXTRA_DIST += $(gdk_built_sources) |