X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a519eb0074879b00b3134211f237637b6c6c066..ba059d80b40d7f1f249afa17b57d682f8b0e8b93:/include/wx/Makefile.am diff --git a/include/wx/Makefile.am b/include/wx/Makefile.am index 87b488032c..e9bcd162bd 100644 --- a/include/wx/Makefile.am +++ b/include/wx/Makefile.am @@ -8,6 +8,10 @@ SUBDIRS = generic @TOOLKIT_DIR@ @INCLUDE_SUBDIRS@ wx_includedir = ${includedir}/wx wx_include_HEADERS = \ +\ + arrimpl.cpp \ + listimpl.cpp \ +\ accel.h \ app.h \ bitmap.h \ @@ -31,7 +35,6 @@ wx_include_HEADERS = \ cursor.h \ dataobj.h \ date.h \ - datetime.h \ datstrm.h \ db.h \ dbtable.h \ @@ -54,6 +57,7 @@ wx_include_HEADERS = \ dynlib.h \ event.h \ expr.h \ + extdlg.h \ file.h \ fileconf.h \ filedlg.h \ @@ -73,7 +77,6 @@ wx_include_HEADERS = \ helpxlp.h \ icon.h \ image.h \ - imaggif.h \ imaglist.h \ intl.h \ ioswrap.h \ @@ -153,6 +156,7 @@ wx_include_HEADERS = \ thread.h \ time.h \ timer.h \ + tipdlg.h \ tokenzr.h \ toolbar.h \ tooltip.h \