diff options
author | Slávek Banko <[email protected]> | 2013-07-27 16:34:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-27 16:34:45 +0200 |
commit | d76ff81b7c1beffef0b84e570914c8f2d47834e6 (patch) | |
tree | 284b80ce7c5456fbb041f7979ac2c0baeead8902 /src/privoxytemplates/Makefile.am | |
download | tork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.tar.gz tork-d76ff81b7c1beffef0b84e570914c8f2d47834e6.zip |
Initial import of tork 0.33
Diffstat (limited to 'src/privoxytemplates/Makefile.am')
-rw-r--r-- | src/privoxytemplates/Makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/src/privoxytemplates/Makefile.am b/src/privoxytemplates/Makefile.am new file mode 100644 index 0000000..ed754df --- /dev/null +++ b/src/privoxytemplates/Makefile.am @@ -0,0 +1,34 @@ +privoxy_DATA = \ + blocked \ + cgi-error-404 \ + cgi-error-bad-param \ + cgi-error-disabled \ + cgi-error-file \ + cgi-error-modified \ + cgi-error-parse \ + cgi-style.css \ + connect-failed \ + default \ + edit-actions-add-url-form \ + edit-actions-for-url \ + edit-actions-for-url-filter \ + edit-actions-list \ + edit-actions-list-section \ + edit-actions-list-url \ + edit-actions-remove-url-form \ + edit-actions-url-form \ + mod-local-help \ + mod-support-and-service \ + mod-title \ + mod-unstable-warning \ + no-such-domain \ + show-request \ + show-status \ + show-status-file \ + show-url-info \ + show-version \ + toggle \ + toggle-mini \ + untrusted + +privoxydir = $(kde_datadir)/tork/privoxy/templates |