From 1595f645706a345a19beee6566427a8106e286f6 Mon Sep 17 00:00:00 2001 From: Cody Russell Date: Thu, 4 Feb 2010 14:21:10 -0800 Subject: Fix distcheck --- build/autotools/Makefile.am | 2 +- configure.ac | 2 +- src/Makefile.am | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build/autotools/Makefile.am b/build/autotools/Makefile.am index 8b1268d..a17717f 100644 --- a/build/autotools/Makefile.am +++ b/build/autotools/Makefile.am @@ -1,3 +1,3 @@ -EXTRA_DIST = shave-libtool.in shave.in shave.m4 introspection.m4 +EXTRA_DIST = shave-libtool.in shave.in shave.m4 DISTCLEANFILES = shave-libtool shave diff --git a/configure.ac b/configure.ac index 515b1a0..af7b9af 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PREREQ(2.59) AC_INIT([ido], [ido_version], [https://bugs.launchpad.net/avani]) -AC_CONFIG_SRCDIR([src/ido.h]) +AC_CONFIG_SRCDIR([src/libido.h]) AC_CONFIG_MACRO_DIR([build/autotools]) AM_CONFIG_HEADER([config.h]) diff --git a/src/Makefile.am b/src/Makefile.am index bc33885..3006b78 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,7 @@ sources_h = \ idoentrymenuitem.h \ - idoscalemenuitem.h + idoscalemenuitem.h \ + libido.h INCLUDES = \ -I$(srcdir) \ @@ -28,7 +29,8 @@ libidoincludedir=$(includedir)/libido-0.1/libido libidoinclude_HEADERS = \ idoentrymenuitem.h \ - idoscalemenuitem.h + idoscalemenuitem.h \ + libido.h libido_0_1_la_LIBADD = $(GTK_LIBS) libido_0_1_la_LDFLAGS = $(GTK_LT_LDFLAGS) -- cgit v1.2.3