summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@ubuntu.com>2011-12-05 11:32:04 -0800
committerChase Douglas <chase.douglas@ubuntu.com>2011-12-05 11:32:04 -0800
commit4a1d0ed99f929b658e726f83e4ded4cc5e21aabc (patch)
tree062fe48e4df398ca070e9fe7a44d44e264360fbf /Makefile.am
parent9fc1496d5a10266337773daff2b3d9937fbf8cf1 (diff)
Add pkg-config file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d76db3e..0ca1583 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,9 @@ library_data_DATA=conf/dummy.conf
libxorg_gtest_la_LDFLAGS = $(X11_LIBS)
libxorg_gtest_main_la_LDFLAGS = $(X11_LIBS)
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = xorg-gtest.pc
+
ACLOCAL_AMFLAGS = -I m4
AM_CXXFLAGS = -Iinclude