diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-07 16:46:00 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-07 16:46:00 -0800 |
commit | 67a502ec0fb92b14db5eedf2cff36caacbb0efbf (patch) | |
tree | a35ea5a50e43b317d214350892816ed53e373a91 /Makefile.am | |
download | uhd-67a502ec0fb92b14db5eedf2cff36caacbb0efbf.tar.gz uhd-67a502ec0fb92b14db5eedf2cff36caacbb0efbf.tar.bz2 uhd-67a502ec0fb92b14db5eedf2cff36caacbb0efbf.zip |
skeleton autotools system for uhd
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 000000000..c975afa56 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,13 @@ +# +# Copyright 2010 Ettus Research LLC +# + +include $(top_srcdir)/Makefile.common + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = usrp-uhd.pc + +EXTRA_DIST = \ + usrp-uhd.pc.in + +SUBDIRS = |