]> git.ozlabs.org Git - petitboot/blobdiff - test/Makefile.am
test/parser: Add check_boot_option_count helper & get_boot_option
[petitboot] / test / Makefile.am
index 2f0625d163116e51b71c1e0b6d11d26f7827a930..f2f41761b58c40ceddfe0161e72d36930ee2cb1b 100644 (file)
 #  You should have received a copy of the GNU General Public License
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
-
-AM_CPPFLAGS = \
-       -I$(top_srcdir) \
-       -I$(top_srcdir)/lib \
-       -I$(includedir) \
-       $(DEFAULT_CPPFLAGS)
-
-AM_CFLAGS = \
-       $(DEFAULT_CFLAGS)
 
-common_libs = \
-       $(top_builddir)/lib/libpbcore.la \
-       $(top_builddir)/discover/libparser.la
 
-noinst_SCRIPTS = parser-test.sh hotplug-device.sh
+SUBDIRS = lib parser urls
 
-noinst_PROGRAMS = parser-test
+noinst_SCRIPTS = hotplug-device.sh
 
-parser_test_SOURCES = parser-test.c
-parser_test_LDADD = $(common_libs)
+EXTRA_DIST = $(noinst_SCRIPTS)
 
 MAINTAINERCLEANFILES = Makefile.in