diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -82,7 +82,9 @@ OBJ =\ libcoopgamma_ramps_unmarshal_.o\ libcoopgamma_send_message__.o -HDR = libcoopgamma.h +HDR =\ + libcoopgamma.h\ + common.h LOBJ = $(OBJ:.o=.lo) |