Show
Ignore:
Timestamp:
06/27/07 11:35:53 (5 years ago)
Author:
khali
Message:

Add a Makefile to build, install and uninstall the tools, and make
them build again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/tools/i2cget.c

    r4480 r4487  
    3030#include "util.h" 
    3131#include "i2cbusses.h" 
    32 #include "i2c-dev.h" 
    33 #include "version.h" 
     32#include <linux/i2c-dev.h> 
     33#include "../version.h" 
    3434 
    3535void help(void) __attribute__ ((noreturn)); 
     
    179179 
    180180        if (version) { 
    181                 fprintf(stderr, "i2cget version %s\n", LM_VERSION); 
     181                fprintf(stderr, "i2cget version %s\n", VERSION); 
    182182                exit(0); 
    183183        }