diff options
author | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-07-23 17:43:19 +0100 |
---|---|---|
committer | Rob Taylor <rob.taylor@codethink.co.uk> | 2007-07-23 17:43:19 +0100 |
commit | 1b5b6d6ab089fc48566df181f9667a547607d9a8 (patch) | |
tree | 1d6adca7719caf9ce49ed44ccf696cd7a02f21cb | |
parent | 6d6cc65d3373947de75c0994d14a0e51ac6e8791 (diff) |
fix type in backlight plugin Makefile.am
A typo in plugins/glue/backlight/Makefile.am was causing builds to fail of the backlight plugin.
-rw-r--r-- | plugins/glue/backlight/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/glue/backlight/Makefile.am b/plugins/glue/backlight/Makefile.am index 006c6a3..ef2e90d 100644 --- a/plugins/glue/backlight/Makefile.am +++ b/plugins/glue/backlight/Makefile.am @@ -7,4 +7,4 @@ plugin_LTLIBRARIES = libohm_backlight.la libohm_backlight_la_SOURCES = ohm-plugin-backlight.c libohm_backlight_la_LIBADD = @HAL_LIBS@ @OHM_PLUGIN_LIBS@ libohm_backlight_la_LDFLAGS = -module -avoid-version -libohm_backlight_CFLAGS = @HAL_CFLAGS@ @OHM_PLUGIN_CFLAGS@ +libohm_backlight_la_CFLAGS = @HAL_CFLAGS@ @OHM_PLUGIN_CFLAGS@ |