AUTOMAKE_OPTIONS = subdir-objects bin_PROGRAMS = bin/wimax_datasource bin_wimax_datasource_SOURCES = ../src/module_imp.c ../src/datasource_code.c bin_wimax_datasource_CPPFLAGS = -I../interfaces/ -I../../typetools/include/ -I../../ -I../../../sw_api/include bin_wimax_datasource_LDFLAGS = -L../../typetools/lnx_make/lib/ -L../../../hw_api/lnx/lib -L../../../sw_api/lnx_make/lib bin_wimax_datasource_LDADD = -lskeleton -lsw_api -ltypetools -lfiletools -lhw_api EXTRA_DIST = ../interfaces/*.h ../doc/ ../src/*.h