projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5018e6a
)
Give parent project list of files to include in distro
author
Marko Kreen
<markokr@gmail.com>
Sat, 9 Oct 2010 07:14:43 +0000
(10:14 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Sat, 9 Oct 2010 07:14:43 +0000
(10:14 +0300)
Setup.mk
patch
|
blob
|
blame
|
history
diff --git
a/Setup.mk
b/Setup.mk
index cb7bbd47adf9c9bd5b38f72e511ccaecc74be9a5..d8584ae0f99f65a9422cc8478c5a3e744705f3df 100644
(file)
--- a/
Setup.mk
+++ b/
Setup.mk
@@
-32,3
+32,9
@@
endif
USUAL_LIBS = -lusual
USUAL_LDFLAGS = -L$(USUAL_DIR)
+# dist files
+USUAL_DIST_NOPFX = usual m4 find_modules.sh m4/usual.m4 Setup.mk README usual/config.h.in
+USUAL_DIST = $(addprefix $(USUAL_DIR)/, $(USUAL_DIST_NOPFX))
+USUAL_DIST_AC_NOPFX = configure.ac configure config.mak.in
+USUAL_DIST_AC = $(addprefix $(USUAL_DIR)/, $(USUAL_DIST_AC_NOPFX))
+