summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2009-05-18 01:46:58 +0200
committerGravatar Nikias Bassen2009-05-18 01:46:58 +0200
commita90a7fc0a4ff4ceacc3cb1319151f594eb376315 (patch)
tree892fecd3b7d3e29d6eca02a27718ad2ea6649172 /Makefile.am
parentce97f25e9ab038f8a96b6d9c9f1b9d247aeec11c (diff)
downloadusbmuxd-a90a7fc0a4ff4ceacc3cb1319151f594eb376315.tar.gz
usbmuxd-a90a7fc0a4ff4ceacc3cb1319151f594eb376315.tar.bz2
Added pkgconfig file for usbmuxd.
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 43dc592..12e6a35 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,8 @@
SUBDIRS = src udev tools
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libusbmuxd-1.0.pc
+
indent:
indent -kr -ut -ts4 -l120 src/*.c src/*.h tools/*.c