diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-05-07 17:34:32 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-05-07 17:34:32 +0200 |
commit | d08d7f2c5a4c4c28a774119f8e1dd88e5fca1681 (patch) | |
tree | 6344296c89efaec6e3383fee8d34f778705e3c29 /gtk/Makefile.am | |
parent | 8ae7defad5ea93d2d502efcd5b13f5bc7ca0f1dc (diff) | |
download | gtk+-d08d7f2c5a4c4c28a774119f8e1dd88e5fca1681.tar.gz |
Remove abi checking scripts (2)
In addition to 019ad96479a9bafbf2948aa240dd57e2229f5985
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 87c920f981..2f1acf37c5 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -95,11 +95,6 @@ install-ms-lib: uninstall-ms-lib: endif -# This places the generated .def file in srcdir, since it is expected to be there. -# (The one from a tarball is) -gtk.def: gtk.symbols - $(AM_V_GEN) (echo -e EXPORTS; $(CPP) -P -DG_OS_WIN32 - <$(srcdir)/gtk.symbols | $(SED) -e '/^$$/d' -e 's/^/ /') > $(srcdir)/gtk.def - libgtkincludedir = $(includedir)/gtk-3.0/gtk libadd = \ $(top_builddir)/gdk/libgdk-3.la \ @@ -1737,7 +1732,6 @@ EXTRA_DIST += \ $(COMPOSITE_TEMPLATES) \ $(DND_CURSORS) \ $(GENERATED_ICONS) \ - gtk.def \ gtk-win32.rc \ gtk-win32.rc.in \ gtkwin32embed.h \ |