1a519eb007
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
295 B
Makefile
10 lines
295 B
Makefile
## Purpose: The automake makefile for wxWindows (include/wx/protocol subdir)
|
|
## Author: Vadim Zeitlin
|
|
## Version: $Id$
|
|
##
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
wx_protocol_includedir = ${includedir}/wx/protocol
|
|
wx_protocol_include_HEADERS = file.h ftp.h http.h protocol.h
|
|
|