From ba81d4a04a4291ad065c64f4fc79fd51c4b68bc9 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 16 Oct 2009 13:43:47 -0500 Subject: Putting in the enum templates and building them. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ca5de35..4989c51 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,8 +42,8 @@ indicator_custom_service_LDADD = \ # Library ################################## -glib_enum_h = libcustomindicator/custom-indicator-enum.h -glib_enum_c = libcustomindicator/custom-indicator-enum.c +glib_enum_h = libcustomindicator/custom-indicator-enum-types.h +glib_enum_c = libcustomindicator/custom-indicator-enum-types.c glib_enum_headers = $(libcustomindicator_headers) lib_LTLIBRARIES = \ -- cgit v1.2.3