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
|
||
|
|