]> Pileus Git - ~andy/gtk/blobdiff - Makefile.am
Put the pkg-config scripts back to the correct pkg-config syntax
[~andy/gtk] / Makefile.am
index 812c5b0f83ee2274089993678a840d4fc5575213..eb9a24f29757815dc0edcfd9b84b24123261a025 100644 (file)
@@ -112,6 +112,9 @@ EXTRA_DIST =                        \
        examples/spinbutton/Makefile  \
        examples/find-examples.sh
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-2.0.pc gtk+-2.0.pc
+
 dist-hook: gtk+.spec
        if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \
             CONFIG_FILES="INSTALL:$(srcdir)/INSTALL.in README:$(srcdir)/README.in" \
@@ -146,4 +149,4 @@ sanity:
 
 
 snapshot:
-       $(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`
+       $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`