diff options
author | Johnathan Corgan | 2010-04-26 23:14:12 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-04-26 23:14:12 -0700 |
commit | c6ad778bda302a9abfe3f1a905d1a80ee34c60a6 (patch) | |
tree | 26cd9a62b04dc6aa9f55ff5355ff4aef45cfd762 /gcell | |
parent | ac2b84b93cad94f9a8830eeb5e62dace997c9a47 (diff) | |
download | gnuradio-c6ad778bda302a9abfe3f1a905d1a80ee34c60a6.tar.gz gnuradio-c6ad778bda302a9abfe3f1a905d1a80ee34c60a6.tar.bz2 gnuradio-c6ad778bda302a9abfe3f1a905d1a80ee34c60a6.zip |
Remove omnithreads library.
Diffstat (limited to 'gcell')
-rw-r--r-- | gcell/apps/Makefile.am | 4 | ||||
-rw-r--r-- | gcell/gcell.pc.in | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gcell/apps/Makefile.am b/gcell/apps/Makefile.am index 7cf9122a3..c3a2092a3 100644 --- a/gcell/apps/Makefile.am +++ b/gcell/apps/Makefile.am @@ -22,9 +22,7 @@ include $(top_srcdir)/Makefile.common SUBDIRS = spu . -AM_CPPFLAGS = $(DEFINES) $(OMNITHREAD_INCLUDES) \ - $(GCELL_INCLUDES) $(CPPUNIT_INCLUDES) $(WITH_INCLUDES) - +AM_CPPFLAGS = $(DEFINES) $(GCELL_INCLUDES) $(CPPUNIT_INCLUDES) $(WITH_INCLUDES) GCELL_QA_LA = $(top_builddir)/gcell/lib/libgcell-qa.la diff --git a/gcell/gcell.pc.in b/gcell/gcell.pc.in index d88d0fb67..e602ff7c3 100644 --- a/gcell/gcell.pc.in +++ b/gcell/gcell.pc.in @@ -6,7 +6,7 @@ gcell_embedspu_libtool=@bindir@/gcell-embedspu-libtool Name: gcell Description: The GNU Radio SPE scheduler and RPC mechanism -Requires: gnuradio-omnithread +Requires: Version: @VERSION@ Libs: -L${libdir} -lgcell Cflags: -I${includedir} @DEFINES@ |