Use access function instad of %module-public-interface
[clinton/bobotpp.git] / source / Makefile.am
1 bin_PROGRAMS = bobotpp
2
3 bobotpp_SOURCES = BanEntry.C \
4 BanList.C \
5 Bot.C \
6 BotConfig.C \
7 BotInterp.C \
8 BotThreading.C \
9 Channel.C \
10 ChannelList.C \
11 ChannelUserList.C \
12 Commands.C \
13 Connection.C \
14 DCCChatConnection.C \
15 DCCConnection.C \
16 DCCManager.H \
17 DCCManager.C \
18 DCCParser.C \
19 DCCPerson.C \
20 Interp.C \
21 Main.C \
22 Mask.C \
23 Parser.C \
24 Person.C \
25 Queue.C \
26 ScriptCommands.C \
27 Server.C \
28 ServerConnection.C \
29 ServerList.C \
30 ServerQueue.C \
31 ServerQueueItem.C \
32 ShitEntry.C \
33 ShitList.C \
34 Socket.C \
35 String.C \
36 StringTokenizer.C \
37 User.C \
38 UserCommands.C \
39 UserList.C \
40 Utils.C \
41 BanEntry.H \
42 BanList.H \
43 Bot.H \
44 BotConfig.H \
45 BotInterp.H \
46 BotThreading.H \
47 Channel.H \
48 ChannelList.H \
49 ChannelUserList.H \
50 Commands.H \
51 Connection.H \
52 DCCChatConnection.H \
53 DCCConnection.H \
54 DCCParser.H \
55 DCCPerson.H \
56 Interp.H \
57 Mask.H \
58 Parser.H \
59 Person.H \
60 Queue.H \
61 ScriptCommands.H \
62 Server.H \
63 ServerConnection.H \
64 ServerList.H \
65 ServerQueue.H \
66 ServerQueueItem.H \
67 ShitEntry.H \
68 ShitList.H \
69 Socket.H \
70 String.H \
71 StringTokenizer.H \
72 User.H \
73 UserCommands.H \
74 UserList.H \
75 Utils.H \
76 Message.H \
77 UserListItem.H \
78 Macros.H
79 # TelnetServer.C \
80 # TelnetServer.H
81
82 ## what is up with telnet stuff?
83
84 ##bobotpp_LDFLAGS = @GUILE_LDFLAGS@
85 ##bototpp_CXXFLAGS = @GUILE_CFLAGS@
86
87 #bobot-scheme.scm: bobot-scheme.scm.in
88 # sed -e 's|\!pkgdatadir\!|@datadir@\/bobotpp|g' bobot-scheme.scm.in > bobot-scheme.scm
89
90 #scmconfigdir = /etc/bobotpp
91 #scmconfig_DATA = bobot-scheme.scm