]>
Commit | Line | Data |
---|---|---|
1a519eb0 VZ |
1 | ## Purpose: The automake makefile for wxWindows (include/wx/protocol subdir) |
2 | ## Author: Vadim Zeitlin | |
3 | ## Version: $Id$ | |
4 | ## | |
5 | ## Process this file with automake to produce Makefile.in | |
6 | ||
7 | wx_protocol_includedir = ${includedir}/wx/protocol | |
8 | wx_protocol_include_HEADERS = file.h ftp.h http.h protocol.h | |
9 |