diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a1ece4e..6ce855c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,4 +61,4 @@ marquee$(EXEEXT): $(marquee_OBJECTS) $(marquee_DEPENDENCIES) \ include $(top_srcdir)/src/local.mk -SUBDIRS = data +SUBDIRS = . data |