13 lines
245 B
Text
13 lines
245 B
Text
|
# vim:ft=automake
|
||
|
# All paths should be given relative to the root
|
||
|
#
|
||
|
|
||
|
EXTRA_DIST += \
|
||
|
mqx/util_lib/.cproject \
|
||
|
mqx/util_lib/.project
|
||
|
|
||
|
EXTRA_DIST += \
|
||
|
mqx/util_lib/Sources/util.c \
|
||
|
mqx/util_lib/Sources/util.h
|
||
|
|