~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-13 22:03:16 UTC
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: monty@inaugust.com-20080813220316-i5ejrw4faxxldauf
Fixed bug#257694 - added various files to EXTRA_DIST and noinst_HEADERS to make make distcheck (and with-it out-of-tree builds) work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                        -DUNDEF_THREADS_HACK
53
53
 
54
54
noinst_HEADERS =        client_settings.h \
55
 
                        my_time.h
 
55
                        my_time.h \
 
56
                        gettext.h
56
57
 
 
58
EXTRA_DIST =            libdrizzle.ver
57
59
CLEANFILES =            $(target_libadd) $(SHLIBOBJS) \
58
60
                        $(target) $(BUILT_SOURCES)
59
61