X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=76b92fdf05cd00e302328ed97f24c0d041cf29e9;hb=123610f1b5133a9e541a245467f60d065ea96575;hp=1fde976f56d7fb29cf8475c7782f007bf0d936ac;hpb=ff484e00535e11da17d9c63447abbb6b65e4f11b;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index 1fde976..76b92fd 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -39,7 +39,7 @@ python_DATA = guestfs.py python_LTLIBRARIES = libguestfsmod.la -libguestfsmod_la_SOURCES = guestfs-py.c +libguestfsmod_la_SOURCES = guestfs-py.c guestfs-py.h guestfs-py-byhand.c libguestfsmod_la_CFLAGS = -Wall -I$(PYTHON_INCLUDEDIR) \ -I$(top_srcdir)/src -I$(top_builddir)/src libguestfsmod_la_LIBADD = $(top_builddir)/src/libguestfs.la