Merged r6224:6268 from features/deb into trunk. Implements most of a Debian package...
[debian/gnuradio] / omnithread / Makefile.am
index a9434bd6aba87f7a20fd12dead287a84ab9d0dd3..526cae0e9f7a558c8bf8ebebc1163230d575d2d5 100644 (file)
@@ -49,9 +49,13 @@ libgromnithread_la_LDFLAGS = $(NO_UNDEFINED) -avoid-version
 libgromnithread_la_LIBADD =            \
        $(PTHREAD_LIBS)
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gnuradio-omnithread.pc
+
 # ... but this code also came with the package
 
 EXTRA_DIST =                           \
+       gnuradio-omnithread.pc.in       \
        mach.cc                         \
        nt.cc                           \
        posix.cc                        \