X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=usrp2%2Fhost%2Fapps%2FMakefile.am;h=087ab9e311d96f46696cdcd30f89b8c9fbc72f7d;hb=58a1356ed70994c0f24afa8a276b7e62979c28cf;hp=da44776c9d7926651970b6d8f86a379b585a5695;hpb=40402fb8f5c1009b6fa205303c7a57b0ae918148;p=debian%2Fgnuradio diff --git a/usrp2/host/apps/Makefile.am b/usrp2/host/apps/Makefile.am index da44776c..087ab9e3 100644 --- a/usrp2/host/apps/Makefile.am +++ b/usrp2/host/apps/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2007, 2008 Free Software Foundation, Inc. +# Copyright 2007,2008,2010 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,14 +19,13 @@ include $(top_srcdir)/Makefile.common AM_CPPFLAGS = \ $(USRP2_INCLUDES) \ + $(GRUEL_INCLUDES) \ $(STD_DEFINES_AND_INCLUDES) \ - $(CPPUNIT_INCLUDES) \ - $(GRUEL_INCLUDES) + $(CPPUNIT_INCLUDES) LDADD = \ - $(USRP2_LA) \ - $(GRUEL_LA) \ - $(OMNITHREAD_LA) + $(USRP2_LA) \ + $(GRUEL_LA) bin_PROGRAMS = \ find_usrps \ @@ -45,3 +44,4 @@ rx_streaming_samples_SOURCES = rx_streaming_samples.cc gen_const_SOURCES = gen_const.cc tx_samples_SOURCES = tx_samples.cc test_mimo_tx_SOURCES = test_mimo_tx.cc +gpio_SOURCES = gpio.cc