diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c3200a7..73c30a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,4 @@ +CLEANFILES = ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} ################### @@ -12,6 +13,8 @@ libpower_la_SOURCES = \ device.c \ indicator-power.c +CLEANFILES += .libs/*.gcda .libs/*.gcno *.gcda *.gcno + noinst_HEADERS = \ dbus-listener.h \ device.h \ |