Changeset 199
- Timestamp:
- 11/19/08 13:45:40 (17 years ago)
- Location:
- trunk/src/shared
- Files:
-
- 1 added
- 1 removed
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shared/Makefile.am
r102 r199 10 10 # This program is distributed in the hope that it will be useful, 11 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 13 # GNU General Public License for more details. 14 14 # 15 15 # You should have received a copy of the GNU General Public License 16 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307USA17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 18 19 19 ## Process this file with automake to produce Makefile.in … … 32 32 $(MYSQL_INCLUDES) \ 33 33 $(POSTGRE_INCLUDES) \ 34 $(TRINI_INCLUDES) \ 34 35 -I$(top_srcdir)/dep/include \ 35 36 -I$(top_srcdir)/src/framework … … 109 110 # Disabled packet logger 110 111 EXTRA_DIST = \ 111 112 112 PacketLog.cpp \ 113 PacketLog.h 113 114 114 115 # System Win32 files 115 116 EXTRA_DIST += \ 116 ServiceWin32.cpp \ 117 ServiceWin32.h \ 118 WheatyExceptionReport.cpp \ 119 WheatyExceptionReport.h 120 121 117 ServiceWin32.cpp \ 118 ServiceWin32.h \ 119 WheatyExceptionReport.cpp \ 120 WheatyExceptionReport.h