~ubuntu-branches/ubuntu/trusty/log4shib/trusty

« back to all changes in this revision

Viewing changes to include/log4shib/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Russ Allbery
  • Date: 2012-06-05 21:20:25 UTC
  • Revision ID: package-import@ubuntu.com-20120605212025-uyigtav7dqwvnf41
Tags: upstream-1.0.4
ImportĀ upstreamĀ versionĀ 1.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = threading
 
2
 
 
3
liblog4shibincludedir = $(includedir)/log4shib
 
4
liblog4shibinclude_HEADERS =  \
 
5
        Appender.hh \
 
6
        AppenderSkeleton.hh \
 
7
        FixedContextCategory.hh \
 
8
        LayoutAppender.hh \
 
9
        FileAppender.hh \
 
10
        RollingFileAppender.hh \
 
11
        IdsaAppender.hh \
 
12
        OstreamAppender.hh \
 
13
        StringQueueAppender.hh \
 
14
        SyslogAppender.hh \
 
15
        RemoteSyslogAppender.hh \
 
16
        Layout.hh \
 
17
        SimpleLayout.hh \
 
18
        BasicLayout.hh \
 
19
        PatternLayout.hh \
 
20
        Category.hh \
 
21
        CategoryStream.hh \
 
22
        HierarchyMaintainer.hh \
 
23
        Configurator.hh \
 
24
        BasicConfigurator.hh \
 
25
        SimpleConfigurator.hh \
 
26
        PropertyConfigurator.hh \
 
27
        LoggingEvent.hh \
 
28
        Priority.hh \
 
29
        NDC.hh \
 
30
        TimeStamp.hh \
 
31
        Filter.hh \
 
32
        Export.hh \
 
33
        Portability.hh \
 
34
        Win32DebugAppender.hh \
 
35
        NTEventLogAppender.hh \
 
36
        AbortAppender.hh \
 
37
        config.h \
 
38
        config-win32.h \
 
39
        config-openvms.h
 
40
 
 
41
dist-hook:
 
42
        $(RM) -f $(distdir)/config.h
 
43
 
 
44
distclean-local:
 
45
        $(RM) config.h