14 lines
332 B
Diff
14 lines
332 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 24477a8..8638fc8 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -11,7 +11,7 @@ CLEANFILES = gnome-video-effects.pc
|
|
DISTCLEANFILES = \
|
|
gnome-doc-utils.make
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(datadir)/pkgconfig
|
|
pkgconfig_DATA = gnome-video-effects.pc
|
|
|
|
dist-hook:
|