summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-04-07 17:25:12 +0200
committerPiotr Krysik <perper@o2.pl>2009-04-07 17:25:12 +0200
commitf0457b0b5888fd4d652531b987c9d113e8d1234a (patch)
tree587b254996a2259ef0db0f3a135d01e19ef7a8f0 /Makefile.am
parent39a50c763240da578a05a6b651776804786d813a (diff)
New empty gsm-receiver signal block with its own library - compiles
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 14 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index e659491..f940fe8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,8 +2,19 @@ include $(top_srcdir)/Makefile.common
SUBDIRS = src config
DIST_SUBDIRS = src config
-EXTRA_DIST = bootstrap configure config.h.in
-#nowe rzeczy
+#EXTRA_DIST = \
+# bootstrap \
+# configure \
+# config.h.in
+# gsm-receiver.pc.in
+
+#pkgconfigdir = $(libdir)/pkgconfig
+#pkgconfig_DATA = gsm-receiver.pc
+
+EXTRA_DIST = \
+ gsm-receiver.pc.in
+
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA =
+pkgconfig_DATA = gsm-receiver.pc
+ \ No newline at end of file
personal git repositories of Harald Welte. Your mileage may vary