system-controller: only override dst rectangle for apps.
[profile/ivi/murphy.git] / Makefile.am
index b3937c8..657bda0 100644 (file)
@@ -1,5 +1,8 @@
+AUTOMAKE_OPTIONS = foreign
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS  = . utils src doc
-doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README
+doc_DATA = AUTHORS ChangeLog NEWS README
 
 # This is the only way with automake I know of to force 'check-git-hooks'
 # to be evaluated before 'all'. If there is a nicer way, I'm all ears...