Skip to content

Commit

Permalink
move modular into interfaces/
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 18, 2011
1 parent 300df4a commit 5dbeb21
Show file tree
Hide file tree
Showing 38 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.template
Expand Up @@ -59,7 +59,7 @@ OTHERDEPS = $(SWIGSRCFILES) $(SWIGLIBFILES)
ifeq (yes,$(USE_DOXYGEN))
OTHERDEPS += $(SWIGDOCFILES)
endif
$(shell for i in $(CONFIGPATH)/modular/*.* ; do test -f `basename $$i` || ln -s $$i . ; done )
$(shell for i in ../modular/*.* ; do test -f `basename $$i` || ln -s $$i . ; done )
else
INCLUDES += $(INCLUDES_STATIC_INTERFACES)
LINKFLAGS += $(LINKFLAGS_STATIC_INTERFACES)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5dbeb21

Please sign in to comment.