diff options
author | David Schleef <ds@schleef.org> | 2004-04-19 22:54:58 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2004-04-19 22:54:58 +0000 |
commit | b7acf41b85041dbaa829b9e9708fcda08917e512 (patch) | |
tree | 8cee5dc63754a37146c048b9fd500b4162abd4a8 /pkgconfig | |
parent | 272eccde22825a5656799cd4d5af677ccf698c78 (diff) |
docs/libs/Makefile.am: Change sinclude to include
Original commit message from CVS:
* docs/libs/Makefile.am: Change sinclude to include
* docs/gst/Makefile.am: same
* pkgconfig/Makefile.am: Remove GNU-ism from makefile target
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 3aa752eda..70bd96a63 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -10,9 +10,9 @@ pcfiles_uninstalled = \ all-local: $(pcfiles) $(pcfiles_uninstalled) ### how to generate pc files -$(pcfiles): %-@GST_MAJORMINOR@.pc: %.pc +%-@GST_MAJORMINOR@.pc: %.pc cp $< $@ -$(pcfiles_uninstalled): %-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc +%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc cp $< $@ pkgconfigdir = $(libdir)/pkgconfig |