diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-08 14:09:35 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-10-08 14:09:35 +0200 |
commit | 316b9fa001edee37a17d831708839016aed93e80 (patch) | |
tree | f28ca1146cedfeae502859c1179040d201fa4be1 | |
parent | 08eb8c22e8634b52dd3d958556abed721eacc760 (diff) |
libmm-glib,build: remove unneeded rule
-rw-r--r-- | libmm-glib/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmm-glib/Makefile.am b/libmm-glib/Makefile.am index abf2b000..d2dd10b0 100644 --- a/libmm-glib/Makefile.am +++ b/libmm-glib/Makefile.am @@ -58,10 +58,6 @@ libmm_glib_la_SOURCES = \ mm-firmware-properties.h \ mm-firmware-properties.c -nodist_libmm_glib_la_SOURCES = \ - $(GENERATED_H) \ - $(GENERATED_C) - libmm_glib_la_CPPFLAGS = \ $(LIBMM_GLIB_CFLAGS) \ -I$(top_srcdir) \ |