Separate cli and gtk sources into separate directories
[emu8051.git] / Makefile.am
index 0304f0a..df08920 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = src data doc tests
+SUBDIRS = src/common src/cli src/gtk data doc tests
 
 ## We want these in the dist tarball
 EXTRA_DIST = autogen.sh \
@@ -20,4 +20,5 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \
                        $(ac_aux_dir)/mkinstalldirs $(ac_aux_dir)/config.guess \
                        $(ac_aux_dir)/config.sub $(ac_aux_dir)/ltmain.sh \
                        $(ac_aux_dir)/compile \
-                       $(ac_aux_dir)/test-driver
+                       $(ac_aux_dir)/test-driver \
+                       $(ac_aux_dir)/ar-lib