mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
flatten src directory structure.
This commit is contained in:
parent
261ef7c088
commit
81c4a2f3e1
|
|
@ -1,6 +1,6 @@
|
|||
AM_CPPFLAGS = -DLISP_PATH=\"$(roslispdir)\" -DMAN_PATH=\"$(mandir)\"
|
||||
roslispdir = $(datadir)/common-lisp/source/$(PACKAGE)
|
||||
roslisp_DATA = $(wildcard lisp/*.lisp) $(wildcard lisp/*.ros)
|
||||
roslisp_DATA = $(wildcard *.lisp) $(wildcard *.ros)
|
||||
|
||||
gend.h: FORCE
|
||||
printf "#define ROS_COMPILE_ENVIRONMENT \"%s\"\n" "`$(CC) --version|head -n 1`" > $@.tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue