Commit fd46bd53 authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Fixed for running 'make dist'


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@877 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent bddfe30f
Loading
Loading
Loading
Loading
+16 −14
Original line number Original line Diff line number Diff line
AUTOMAKE_OPTIONS = gnu
AUTOMAKE_OPTIONS = gnu
bin_PROGRAMS = nmxptool
bin_PROGRAMS = nmxptool


nmxptool_SOURCES = nmxptool.c nmxptool_getoptlong.c nmxptool_ew.c
nmxptool_SOURCES  = nmxptool.c
nmxptool_SOURCES += nmxptool_getoptlong.c nmxptool_getoptlong.h
nmxptool_SOURCES += nmxptool_ew.c nmxptool_ew.h


if WITHSEEDLINK
if WITHSEEDLINK
nmxptool_SOURCES += seedlink_plugin.c
nmxptool_SOURCES += seedlink_plugin.c seedlink_plugin.h
endif
endif


if WITHEWSOURCES
if WITHEWSOURCES
nmxptool_SOURCES += @EW_LIBSRC_UTIL@/kom.c
nodist_nmxptool_SOURCES = @EW_LIBSRC_UTIL@/kom.c
nmxptool_SOURCES += @EW_LIBSRC_UTIL@/getutil.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/getutil.c
nmxptool_SOURCES += @EW_LIBSRC_UTIL@/logit.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/logit.c
nmxptool_SOURCES += @EW_LIBSRC_UTIL@/socket_ew_common.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/socket_ew_common.c
nmxptool_SOURCES += @EW_LIBSRC_UTIL@/swap.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/swap.c
nmxptool_SOURCES += @EW_LIBSRC_UTIL@/mem_circ_queue.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/mem_circ_queue.c
nmxptool_SOURCES += @EW_LIBSRC_OS@/transport.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/transport.c
nmxptool_SOURCES += @EW_LIBSRC_OS@/sleep_ew.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/sleep_ew.c
nmxptool_SOURCES += @EW_LIBSRC_OS@/socket_ew.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/socket_ew.c
nmxptool_SOURCES += @EW_LIBSRC_OS@/time_ew.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/time_ew.c
nmxptool_SOURCES += @EW_LIBSRC_OS@/threads_ew.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/threads_ew.c
nmxptool_SOURCES += @EW_LIBSRC_OS@/sema_ew.c
nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/sema_ew.c
endif
endif


#noinst_HEADERS = gdu.h
#noinst_HEADERS = gdu.h