~mm-yuhu/gearmand/server-funcs

« back to all changes in this revision

Viewing changes to libgearman/Makefile.am

  • Committer: Eric Day
  • Date: 2008-11-22 19:07:41 UTC
  • Revision ID: eday@lap-20081122190741-x27xxkd7njroxigw
Cleaned up old unused files, started Doxygen layout and comment conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AM_CFLAGS= -I$(top_builddir)
19
19
 
20
20
lib_LTLIBRARIES= libgearman.la
21
 
#libgearman_client.la libgearman_worker.la
22
21
 
23
22
pkginclude_HEADERS= \
24
23
        client.h
27
26
        gearman.h \
28
27
        job.h \
29
28
        packet.h \
 
29
        structs.h \
30
30
        task.h \
31
 
        types.h \
32
31
        worker.h
33
32
 
34
 
#       byte_array.h \
35
 
#       dispatch.h \
36
 
#       echo.h \
37
 
#       quit.h \
38
 
#       response.h \
39
 
#       result.h \
40
 
#       server.h \
41
 
#       str_error.h \
42
 
#       str_action.h \
43
 
#       watchpoint.h
44
 
 
45
33
noinst_HEADERS= \
46
34
        common.h
47
35
 
48
 
#       io.h
49
 
 
50
36
libgearman_la_SOURCES= \
51
37
        client.c \
52
38
        con.c \
57
43
        worker.c
58
44
 
59
45
libgearman_la_LDFLAGS= -version-info $(GEARMAN_LIBRARY_VERSION)
60
 
 
61
 
#libgearman_client_la_SOURCES= \
62
 
#       byte_array.c \
63
 
#       io.c \
64
 
#       dispatch.c \
65
 
#       quit.c \
66
 
#       response.c \
67
 
#       result.c \
68
 
#       str_action.c \
69
 
#       str_error.c \
70
 
#       server.c
71
 
 
72
 
#libgearman_client_la_LDFLAGS= -version-info $(GEARMAN_LIBRARY_VERSION)
73
 
 
74
 
#libgearman_worker_la_SOURCES= \
75
 
#       io.c \
76
 
#       quit.c \
77
 
#       server.c
78
 
 
79
 
#libgearman_worker_la_LDFLAGS= -version-info $(GEARMAN_LIBRARY_VERSION)